home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Graphics⁄Sound / MacGS 2.5.2ß3 Dev ƒ / src / nstd.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-03-03  |  76 b   |  6 lines  |  [TEXT/EDIT]

  1. /* Additions to std.h */
  2.  
  3. typedef byte bool;
  4. #define false 0
  5. #define true 1
  6.